home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / phant73s.zip / CHANGES next >
Text File  |  1992-01-18  |  2KB  |  42 lines

  1. 12/17/92  7.3
  2.  
  3.   - There have been some reports of DIVIDE ERROR when fighting monsters.  I
  4.     have gone through the code and cannot find anything obvious.  I have made
  5.     a couple changes in the only places where a divide by zero could occur.
  6.     If you see the problems, please let me know.
  7.  
  8.   - Fixed a problem when running with Lantastic.  If a second node got into
  9.     the game, a share violation was returned.
  10.  
  11.  
  12. 12/17/91  7.2
  13.  
  14.   - There was some problems with file sharing violations.  This version fixes
  15.     all the ones that could be reproduced and verified.  This should fix all
  16.     share violations that have occured.
  17.  
  18.   - Fixed a bug when fighting the Dark Lord, no magic should have been able
  19.     to work against him.
  20.  
  21.  
  22. 11/16/91  7.1
  23.  
  24.   - In an attempt to fix a problem where a random character of garbage data
  25.     was being created, all writes to the character file are now routed
  26.     through one routine.  The routine checks for the correct size of the 
  27.     write and terminates the game if the size is incorrect.  Please let me
  28.     know if you ever get this error.
  29.  
  30.   - Wasn't closing the config file after reading it.  Since this file wasn't
  31.     opened in share mode, could cause share violations if others tried to
  32.     open it.  This was also the reason for the error (Could not open config)
  33.     that was happening when a player exited the game.
  34.  
  35.   - Fix some file checking that was reporting errors to PHANTERR when all
  36.     that was wrong was the file had not be created yet, but would be.
  37.  
  38.   - Fixed a bug that would not allow you to go into wizard mode if you had
  39.     players restricted to one character.
  40.  
  41.  
  42.